home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / Matrix.pod < prev    next >
Text File  |  2009-05-09  |  2KB  |  194 lines

  1. =head1 NAME
  2.  
  3. Pango::Matrix - A structure specifying a transformation between user-space coordinates and device coordinates
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Boxed
  10.   +----Pango::Matrix
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::Matrix - A structure specifying a transformation between user-space coordinates and device coordinates
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 matrix = Pango::Matrix-E<gt>B<new> ($xx=1., $xy=0., $yx=0., $yy=1., $x0=0., $y0=0.)
  26.  
  27. =over
  28.  
  29. =item * $xx (double) 
  30.  
  31. =item * $xy (double) 
  32.  
  33. =item * $yx (double) 
  34.  
  35. =item * $yy (double) 
  36.  
  37. =item * $x0 (double) 
  38.  
  39. =item * $y0 (double) 
  40.  
  41. =back
  42.  
  43. =head2 $matrix-E<gt>B<concat> ($new_matrix)
  44.  
  45. =over
  46.  
  47. =item * $new_matrix (Pango::Matrix) 
  48.  
  49. =back
  50.  
  51. =head2 $matrix-E<gt>B<rotate> ($degrees)
  52.  
  53. =over
  54.  
  55. =item * $degrees (double) 
  56.  
  57. =back
  58.  
  59. =head2 $matrix-E<gt>B<scale> ($scale_x, $scale_y)
  60.  
  61. =over
  62.  
  63. =item * $scale_x (double) 
  64.  
  65. =item * $scale_y (double) 
  66.  
  67. =back
  68.  
  69. =head2 (dx, dy) = $matrix-E<gt>B<transform_distance> ($dx, $dy)
  70.  
  71. =over
  72.  
  73. =item * $dx (double) 
  74.  
  75. =item * $dy (double) 
  76.  
  77. =back
  78.  
  79. Since: pango 1.16
  80.  
  81. =head2 array reference = $matrix-E<gt>B<transform_pixel_rectangle> ($rect)
  82.  
  83. =over
  84.  
  85. =item * $rect (array reference) 
  86.  
  87. =back
  88.  
  89. Since: pango 1.16
  90.  
  91. =head2 (x, y) = $matrix-E<gt>B<transform_point> ($x, $y)
  92.  
  93. =over
  94.  
  95. =item * $x (double) 
  96.  
  97. =item * $y (double) 
  98.  
  99. =back
  100.  
  101. Since: pango 1.16
  102.  
  103. =head2 array reference = $matrix-E<gt>B<transform_rectangle> ($rect)
  104.  
  105. =over
  106.  
  107. =item * $rect (array reference) 
  108.  
  109. =back
  110.  
  111. Since: pango 1.16
  112.  
  113. =head2 $matrix-E<gt>B<translate> ($tx, $ty)
  114.  
  115. =over
  116.  
  117. =item * $tx (double) 
  118.  
  119. =item * $ty (double) 
  120.  
  121. =back
  122.  
  123. =head2 double = $matrix-E<gt>B<x0> ($new)
  124.  
  125. =over
  126.  
  127. =item * $new (double) 
  128.  
  129. =back
  130.  
  131. =head2 double = $matrix-E<gt>B<xx> ($new=0)
  132.  
  133. =over
  134.  
  135. =item * $new (double) 
  136.  
  137. =back
  138.  
  139. =head2 double = $matrix-E<gt>B<xy> ($new)
  140.  
  141. =over
  142.  
  143. =item * $new (double) 
  144.  
  145. =back
  146.  
  147. =head2 double = $matrix-E<gt>B<y0> ($new)
  148.  
  149. =over
  150.  
  151. =item * $new (double) 
  152.  
  153. =back
  154.  
  155. =head2 double = $matrix-E<gt>B<yx> ($new)
  156.  
  157. =over
  158.  
  159. =item * $new (double) 
  160.  
  161. =back
  162.  
  163. =head2 double = $matrix-E<gt>B<yy> ($new)
  164.  
  165. =over
  166.  
  167. =item * $new (double) 
  168.  
  169. =back
  170.  
  171.  
  172.  
  173. =cut
  174.  
  175.  
  176. =head1 SEE ALSO
  177.  
  178. L<Pango>, L<Glib::Boxed>
  179.  
  180.  
  181. =cut
  182.  
  183.  
  184. =head1 COPYRIGHT
  185.  
  186. Copyright (C) 2003-2008 by the gtk2-perl team.
  187.  
  188. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  189.  
  190.  
  191.  
  192. =cut
  193.  
  194.